home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / IACCESS.CMD < prev    next >
Encoding:
Text File  |  1996-02-09  |  365 b   |  23 lines

  1. # Inter Access Illinois
  2. #
  3. # Login.cmd
  4. #
  5. # Plug n' Play Release 3.1 for Windows
  6. #
  7. # initialize modem
  8. output ATZ\13
  9. input 10 OK\n
  10. #
  11. # send phone number
  12. #
  13. output atdt 1-708-498-3885\13
  14. #
  15. # Wait for the username prompt
  16. input 45 login:
  17. repeat
  18. output plarry\13
  19. input 10 Password:
  20. password Enter your password
  21. output \p\13
  22. until [input 8 beginning]
  23. #